Input for WinForms | ComponentOne
C1.Win.Input.Styles Namespace / SwitchBaseStyle<T> Class / Border Property

In This Topic
    Border Property (SwitchBaseStyle<T>)
    In This Topic
    Gets or sets the thickness of the border around the element.
    Syntax
    'Declaration
     
    
    Public Overridable Property Border As Thickness
    public virtual Thickness Border {get; set;}
    See Also